* faces.el (make-face): Change interactive spec to 'S'.
authorJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 01:58:58 +0000 (01:58 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 24 May 1993 01:58:58 +0000 (01:58 +0000)
lisp/faces.el

index 8bc600cf880b8221592aa97d96311692da4358f1..1f4f6ba723f24eddccda34c000d169adfa90994f 100644 (file)
@@ -201,7 +201,7 @@ If NAME is already a face, it is simply returned."
   "Define a new FACE on all frames.  
 You can modify the font, color, etc of this face with the set-face- functions.
 If the face already exists, it is unmodified."
-  (interactive "sMake face: ")
+  (interactive "SMake face: ")
   (or (internal-find-face name)
       (let ((face (make-vector 8 nil)))
        (aset face 0 'face)